Welcome![Sign In][Sign Up]
Location:
Search - javascript xml

Search list

[JSP/JavaAjax

Description: 1. AJAX介绍 AJAX是一种运用JavaScript和可扩展标记语言(XML),在网络浏览器和服务器之间传送或接受数据的技术。 2. AJAX实例 AJAX可以用来创建更多交互式的网络应用程序。 3. AJAX源代码 简要分析上一章节效果的代码原理 4. AJAX与数据库 AJAX可以用来和数据端进行数据的交互联通。 5. 使用AJAX制作留言本 使用已有的AJAX教程,制作一个属于自己的留言本吧-1. AJAX介绍 AJAX是一种运用JavaScript和可扩展标记语言(XML),在网络浏览器和服务器之间传送或接受数据的技术。 2. AJAX实例 AJAX可以用来创建更多交互式的网络应用程序。 3. AJAX源代码 简要分析上一章节效果的代码原理 4. AJAX与数据库 AJAX可以用来和数据端进行数据的交互联通。 5. 使用AJAX制作留言本 使用已有的AJAX教程,制作一个属于自己的留言本吧....
Platform: | Size: 30720 | Author: a | Hits:

[JSPJavaScript

Description: JavaScript参考书籍,从基础,到深究。还有xml的教程,以及常用正则表达式的总结-JavaScript reference books, from basic, to get to the bottom. There xml tutorials, as well as a summary of commonly used regular expressions
Platform: | Size: 11670528 | Author: only_u_me | Hits:

[Windows Developxmls

Description: XMLS企业建站系统主要用于中小企业web站点的搭建和管理,通过配置XML和标签来快速构建站点,安装步骤简单快捷,能在短时间内独立完成一个web站点,系统的功能模块和模版风格可根据企业需要添加或更换,每套系统均有独立的后台控制面板,网站管理员输入系统口令后,可通过浏览器对企业站点远程管理及日常内容更新和维护。基于.NET 2.0 平台,运行速度快,而且它为使用HTML,可以和HTML或其它脚本语VBScript,JavaScript相互嵌套,程序代码安全保密,可以轻松的存取数据,适用于各种浏览器,支持多种数言,同时支持access和sql server数据库,整个系统完全独立运行。内置模块安装,创建功能,可以很容易创建或安装一个模块或网站模板,支持在线式网站模板安装,有多种类型,多种风格可供选择,只要会打字,就可以轻松构建一个网站。-XMLS enterprise Station system is mainly used for small and medium enterprises to build and manage web sites, through the configuration XML and tags to quickly build site simple and quick installation steps can be completed in a short time an independent web site, the system function modules and template styles can be added or replaced according to business needs, each system has a separate back-end control panel, site administrator password is entered into the system is available through the browser on the corporate site, remote management and daily content updates and maintenance. Based on. NET 2.0 platform, running fast, and it is for the use of HTML, can be HTML or other scripting language VBScript, JavaScript nested within each other, the program code for security and confidentiality, you can easily access data for a variety of browsers, support a variety of few words, while supporting access and sql server database, the entire system to run completely independent. Built-in module
Platform: | Size: 1249280 | Author: 416 | Hits:

[OtherBeginningJavaScript

Description: WEB开发,Javascript入门教程 Beginning JavaScript(4th Edition)-The perennial bestseller returns with new details for using the latest tools and techniques available with JavaScript JavaScript is the definitive language for making the Web a dynamic, rich, interactive medium. This guide to JavaScript builds on the success of previous editions and introduces you to many new advances in JavaScript development. The reorganization of the chapters helps streamline your learning process while new examples provide you with updated JavaScript programming techniques. You’ll get all-new coverage of Ajax for remote scripting, JavaScript frameworks, JavaScript and XML, and the latest features in modern Web browsers. Plus, all the featured code has been updated to ensure compliance with the most recent popular Web browsers. * Introduces you to the latest capabilities of JavaScript, the definitive language for developing dynamic, rich, interactive Web sites * Features new coverage of data types and variables, JavaScript and XML, Ajax for remote sc
Platform: | Size: 5266432 | Author: lty | Hits:

[2D Graphicmxgraph

Description: mxgraph用xml和javascript技术实现了在浏览器上进行工作流建模的基本功能-mxgraph technology with xml and javascript in your browser to the basic functions of the workflow modeling
Platform: | Size: 8058880 | Author: 大刚 | Hits:

[androidRIADemo

Description: 这个例子说明通过WebView.addJavascriptInterface方法,我们可以扩展JavaScript 的API,获取Android的数据。这样,JS的粉丝就可以使用Dojo,JQuery,Prototy等这些知名的js框架来搭建android应用程序来展现它们很酷很玄的效果-This example illustrates the method by WebView.addJavascriptInterface, we can extend the JavaScript, API, access to Android data. This, JS fans, you can use Dojo, JQuery, Prototy js frameworks such as those known to build android applications to demonstrate their effect is mysterious and cool
Platform: | Size: 71680 | Author: wangjia | Hits:

[WEB Codej_7893_qsdown

Description: 求是源码V1.3版: 此次改版在执行效率上做了最大的优化.可应付在线人数过万的考验。 首页index.aspx基本上全为静态,调用四个用户控件,除了左侧统计的控件为动态,其它均为静态,首页程序的显示index.ascx,在后台添加软件文章后生成首页即可.极大的优化了首页执行效率. article.aspx,softlist,sort_list.aspx页面读取数据均改有分页存储过程,有些由SqlDataReader读取较多数据均改为了SqlDataAdapter导入到DataSet里,减少与数据库连接时间,释放连接时占用资源.此次一共添加9个存储过程 在search.aspx页面,admin/add_soft.aspx页面,admin/admin_soft.aspx利用javascript+xml+sqlserver做了个不刷新页面动态的导入数据而做的两个联动下拉框.此方法稍做改变即可做出不刷新页面而自动更新聊天内容的聊天室程序. 在类的调用上也稍作优化,各个类均继承BASIC_CLASS类,取消了SqlConnection的重复定义而不易更改,变动的问题。-求是源码V1.3版: 此次改版在执行效率上做了最大的优化.可应付在线人数过万的考验。 首页index.aspx基本上全为静态,调用四个用户控件,除了左侧统计的控件为动态,其它均为静态,首页程序的显示index.ascx,在后台添加软件文章后生成首页即可.极大的优化了首页执行效率. article.aspx,softlist,sort_list.aspx页面读取数据均改有分页存储过程,有些由SqlDataReader读取较多数据均改为了SqlDataAdapter导入到DataSet里,减少与数据库连接时间,释放连接时占用资源.此次一共添加9个存储过程 在search.aspx页面,admin/add_soft.aspx页面,admin/admin_soft.aspx利用javascript+xml+sqlserver做了个不刷新页面动态的导入数据而做的两个联动下拉框.此方法稍做改变即可做出不刷新页面而自动更新聊天内容的聊天室程序. 在类的调用上也稍作优化,各个类均继承BASIC_CLASS类,取消了SqlConnection的重复定义而不易更改,变动的问
Platform: | Size: 3889152 | Author: liyu | Hits:

[xml-soap-webserviceJSTREE

Description: 一个非常好用的XML的动态生成树,基javascript编写-XML for dynamic spanning tree
Platform: | Size: 22528 | Author: 毛润 | Hits:

[JSP/Javalist

Description: javascript实现xml文档对象的树形列表-javascript xml document to achieve the object list tree
Platform: | Size: 21504 | Author: YANLIANG | Hits:

[JSP/JavaPeachpit.Press.JavaScript.and.Ajax.for.the.Web.6th

Description: Need to learn JavaScript fast? This best-selling reference s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In this completely updated edition of our best-selling guide to JavaScript, leading Web and computing experts Tom Negrino and Dori Smith use crystal-clear instructions and friendly prose to introduce you to all of today s JavaScript essentials. Along the way, you ll find extensive coverage of Ajax and XML techniques, current browsers (Opera, Safari, Firefox), and more. Visual QuickStart Guide--the quick and easy way to learn! include source code
Platform: | Size: 14711808 | Author: | Hits:

[JSP/Javajquer

Description: jQuery 是一个JavaScript 库,它有助于简化 JavaScript? 以及 Asynchronous JavaScript + XML (Ajax) 编程。与类似的 JavaScript 库不同,jQuery 具有独特的基本原理,可以简洁地表示常见的复杂代码。学习 jQuery 基本原理,探索其特性和功能,执行一些常见的 Ajax 任务并掌握如何使用插件扩展 jQuery。-jQuery is a JavaScript library that helps simplify the JavaScript ? and Asynchronous JavaScript+ XML (Ajax) programming. Different and similar JavaScript libraries, jQuery has a unique basic principles, you can concisely express common complex code. Learning jQuery Basic principles, explore its features and functions, perform some common Ajax tasks, and learn how to use the plug-ins extend jQuery.
Platform: | Size: 89088 | Author: lvwenpeng | Hits:

[JSP/JavaAutoComplete

Description: Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)进行动态显示及交互; 使用 XML 和 XSLT 进行数据交换及相关操作; 使用 XMLHttpRequest 进行异步数据查询、检索; 使用 JavaScript 将所有的东西绑定在一起。英文参见Ajax的提出者Jesse James Garrett的原文a 类似于DHTML或LAMP,AJAX不是指一种单一的技术,而是有机地利用了一系列相关的技术。事实上,一些基于AJAX的“派生/合成”式(derivative/composite)的技术正在出现,如“AFLAX”。 AJAX的应用使用支持以上技术的web浏览器作为运行平台。这些浏览器目前包括:Mozilla、Firefox、Internet Explorer、Opera、Konqueror及Safari。但是Opera不支持XSL格式对象,也不支持XSLT。-Ajax (Asynchronous JavaScript+ XML) definitions Web-based standards (standards-based presentation) XHTML+ CSS representation Using the DOM (Document Object Model) for dynamic display and interaction Using XML and XSLT for data exchange and related operations Use XMLHttpRequest for asynchronous data query, retrieval Use JavaScript to bind everything together. See English authors of Ajax text of a Jesse James Garrett Similar to the DHTML, or LAMP, AJAX does not mean a single technology, but rather a series of organic use of technology. In fact, some basic In AJAX, "derivative/synthetic" type (derivative/composite) are emerging, such as "AFLAX". Support the above applications use AJAX technology, web browser as an operating platform. These browsers currently include: Mozilla, Firefox, Internet Explorer, Opera, Konqueror and Safari. But Opera does not support XSL formatting objects do not support XSLT.
Platform: | Size: 8192 | Author: 曾祥顺 | Hits:

[JSP/JavaJavaScript_CHM

Description: 初学javascript的利器呀,里面还有HTML,XML,很全面的学习教程,还有举例的DEMO-Yeah javascript tool for beginners, there is also HTML, XML, very comprehensive learning tutorial, there are examples of the DEMO
Platform: | Size: 1606656 | Author: Billow.yu | Hits:

[JSP/Javajquery

Description: jQuery 是一个JavaScript 库,它有助于简化 JavaScript™ 以及 Asynchronous JavaScript + XML (Ajax) 编程。与类似的 JavaScript 库不同,jQuery 具有独特的基本原理,可以简洁地表示常见的复杂代码。学习 jQuery 基本原理,探索其特性和功能,执行一些常见的 Ajax 任务并掌握如何使用插件扩展 jQuery。-jQuery is a JavaScript library that helps simplify the JavaScript ™ and Asynchronous JavaScript+ XML (Ajax) programming. Different and similar JavaScript libraries, jQuery has a unique basic principles, you can concisely express common complex code. Learning jQuery Basic principles, explore its features and functions, perform some common Ajax tasks, and learn how to use the plug-ins extend jQuery.
Platform: | Size: 67584 | Author: sdsds | Hits:

[JSP/Javainformation-

Description: 实现功能如下: 1:管理员登录功能(MD5 加密) 2:实现了免费信息 和付费信息的发布 必须通过管理员的审核才能够显示到网页上 3:免费的信息一个账户只能够发送5条信息 3:设置了主页面,主页面中可以查询到相关的广告 也可以收藏改页面 4:客服可以对信息进行检索,显示的结果以分页的形式展现在网页中 使用到的知识: 1:mvc 模式,数据库 Oracle的操作 2: Java基础知识 3: html+xml+jsp+javascript+servlet -To achieve the following functions: 1: administrator login feature (MD5 encryption) 2: to achieve a free release of information and payment information must be reviewed by the administrator to be able to show to the web 3: the free one account can only send information 5 Information 3: Set the main page, main page, you can query to the relevant collection of ads you can change the page 4: Support for retrieval of the information, display the form results page in the Web page used to show knowledge: 1: mvc pattern, the operation of Oracle Database 2: Java Basics 3: html+ xml+ jsp+ javascript+ servlet
Platform: | Size: 7139328 | Author: 余向上 | Hits:

[Windows Developy

Description: 构造函数分为:实例和静态构造函数,用户无法控制何时执行静态构造函数;一个类只能有一个析构函数;无法继承或重载析构函数; 构造函数和析构函数不能被继承 派生类实例的引用可以看作对基类实例的引用 -javascript xml xls http xml uml sse mse teach worker worksheet black white
Platform: | Size: 20480 | Author: beenlebee | Hits:

[JSP/Javajquery-1.6.4

Description: jQuery 是一个JavaScript 库,它有助于简化 JavaScript™ 以及 Asynchronous JavaScript + XML (Ajax) 编程。与类似的 JavaScript 库不同,jQuery 具有独特的基本原理,可以简洁地表示常见的复杂代码。学习 jQuery 基本原理,探索其特性和功能,执行一些常见的 Ajax 任务并掌握如何使用插件扩展 jQuery。-jQuery is a JavaScript library that helps simplify the JavaScript ™ and Asynchronous JavaScript+ XML (Ajax) programming. Different and similar JavaScript libraries, jQuery has a unique basic principles can be succinctly expressed common complex code. JQuery learning the basic principles, and explore its features and functions, perform some common Ajax tasks, and how to use plug-ins extend jQuery.
Platform: | Size: 103424 | Author: Stasi | Hits:

[JSP/JavaJavaScript

Description: JavaScript程序设计课件及代码,第1章 JavaScript概述第2章 HTML文档第3章 JavaScript语言基础第4章 JavaScript常用内置对象第5章 事件处理第6章 JavaScript常用文档对象第7章 JavaScript常用窗口对象第8章 级联样式表第9章 JavaScript中的XML第10章 Ajax技术第11章 JavaScript实用技巧与高级应用-Courseware and JavaScript programming code, JavaScript Chapter 1 Overview Chapter 2 Chapter 3 of the HTML document the basis of Chapter 4 of the JavaScript language commonly used built-in JavaScript object Chapter 5 Chapter 6 JavaScript event handling common document object used in Chapter 7 JavaScript window object Cascading Style Sheets Chapter 8 Chapter 9 of the XML in JavaScript Chapter 10 Chapter 11 JavaScript Ajax technology and advanced applications and practical skills
Platform: | Size: 19496960 | Author: 梅武钊 | Hits:

[JSP/Javajquery-1.7.1

Description: jQuery 是一个JavaScript 库,它有助于简化 JavaScript™ 以及 Asynchronous JavaScript + XML (Ajax) 编程。与类似的 JavaScript 库不同,jQuery 具有独特的基本原理,可以简洁地表示常见的复杂代码。学习 jQuery 基本原理,探索其特性和功能,执行一些常见的 Ajax 任务并掌握如何使用插件扩展 jQuery。-jQuery is a JavaScript library that helps simplify the JavaScript ™ and Asynchronous JavaScript+ XML (Ajax) programming. Different and similar JavaScript libraries, jQuery has a unique basic principles can be succinctly expressed common complex code. Learning jQuery Basic principles, to explore its features and functions, perform some common Ajax tasks and how to use plug-ins extend jQuery.
Platform: | Size: 109568 | Author: 李亮 | Hits:

[JSP/Javajavascript

Description: 详解JavaScriptmw内置对象和文档对象;覆盖函数、Ajax、DOM、XML、正则表达式、事件以及安全性;涵盖文字特效、图片特效、时间特效、窗体特效及菜单特效;-Detailed JavaScriptmw built-in objects and document objects coverage function, Ajax, DOM, XML, regular expressions, events, and security include text effects, image effects, time effects, form effects and menu effects
Platform: | Size: 864256 | Author: chenxiao | Hits:
« 1 2 3 4 56 7 8 9 10 ... 16 »

CodeBus www.codebus.net